CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 运动 估计 算法

搜索资源列表

  1. 运动估计算法

    0下载:
  2. 运动估计的算法源程序,搜索精度为半精度,方法是对整像素搜索到的匹配位置的领域像素进行内查,然后进一步搜索,找到更精确的匹配位置- In the movement estimate algorithm source program, the search precision is half precision, the method is the match position domain picture element which searches to the entire picture
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:3701
    • 提供者:王宁
  1. 各类运动估计算法

    2下载:
  2. 里面介绍了各种的运动估计算法源码,三步,璘行等,四步
  3. 所属分类:多媒体编程

    • 发布日期:2010-10-16
    • 文件大小:97792
    • 提供者:huyutao
  1. 运动估计算法代码

    0下载:
  2. 运动估计运算
  3. 所属分类:其它

  1. 7种基于块匹配的运动估计算法比较

    4下载:
  2. 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
  3. 所属分类:源码下载

  1. 快匹配运动估计算法

    6下载:
  2. 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
  3. 所属分类:源码下载

  1. 几种运动估计算法比较(C++)

    1下载:
  2. 几种运动估计算法比较(C++)
  3. 所属分类:源码下载

    • 发布日期:2012-04-22
    • 文件大小:942978
    • 提供者:ahau@sohu.com
  1. motionestimation

    0下载:
  2. 采用单向多参考帧的运动估计算法,附1/4像素内插算法,能够实现较准确的运动估计,目前性能稍逊于双向运动估计-Using one-way multi-reference frame motion estimation algorithm, with 1/4 pixel interpolation algorithm, to achieve more accurate motion estimation, the current performance of low achievers in the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:6448
    • 提供者:挫地炮
  1. 062937754BlockMatchingAlgoMPEG_ito

    1下载:
  2. 用matlab编写的块匹配运动补偿程序。包含多个块匹配运动估计算法,可计算每个算法的运算量及补偿结果PSNR-Written by matlab block matching motion compensation procedure. Contains more than one block matching motion estimation algorithm, compute the compensation algorithm and the computational results
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2926240
    • 提供者:river
  1. mation

    0下载:
  2. 相位相关法的全局运动估计算法Phase correlation algorithm for global motion estimation-Phase correlation algorithm for global motion estimation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:591089
    • 提供者:ski
  1. yaxiangsu

    0下载:
  2. 双向亚像素运动估计算法,具体步骤如下: (1) 进行整像素精度的双向运动估计; (2) 以(1)得到的运动矢量所指向的像素点为中心,内插1/2像素点,再进行双向运动估计; 依此类推,直到得到所需的像素精度为止。 -Bi-directional sub-pixel motion estimation algorithm, concrete steps are as follows: (1) for the whole two-pixel accuracy motion estima
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:24512
    • 提供者:郑丹
  1. 全局运动估计

    0下载:
  2. MPEG压缩中常用的块匹配全局运动估计算法,十分有效
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:121681
    • 提供者:fby521@yeah.net
  1. AFastBlock2matchingMotionEstimationAlgorithm

    0下载:
  2.  为了减小运动估计算法的计算复杂度及提高视频压缩编码的效率,提出了一种新的快速、有效的块匹配运 动估计算法.-In order to reduce the motion estimation algorithm of the computational complexity and improve the efficiency of video compression coding, a new fast and effective block-matching motion estimat
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:586567
    • 提供者:孙翔
  1. BlockMatchingAlgorithmsforMotionEstimation

    0下载:
  2. 】在对目前运动估计快速块匹配算法研究的基础上, 描述了运动估计的基本原理 揭示了提高运动估计效率的关键技术, 并对相关的算法进行了分析和比较 提出了运动估计算法今后的研究方向。-] In the current fast block-matching motion estimation algorithm based on the descr iption of the basic principles of motion estimation revealed to enhance the e
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:67614
    • 提供者:孙翔
  1. motionpre

    0下载:
  2. 各种运动估计算法源代码 -各种运动估计算法源代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-25
    • 文件大小:16767
    • 提供者:drier
  1. MotionEstimation

    0下载:
  2. 运动估计算法vc代码实现实现的算法: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3 原本想实现UMHexagonS和EZPS算法,但这两种算法都针对H.264做了特殊的优化。本程序只考虑了16*16块的方式,对其实现的结果是不公平的。 另:AVPS是自己的算法,没有写完。有兴趣请参考,实际上跟PMVFAST、EZPS很想像。。 -Vc code motion estimation algorithm to achieve th
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-30
    • 文件大小:16264
    • 提供者:艳红
  1. motionmation

    0下载:
  2. 很好用运动估计算法,实现了菱形搜索算法的作用-Very good motion estimation algorithm used to realize the role of the diamond search algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:522213
    • 提供者:姚劲草
  1. motioncamparepaper

    0下载:
  2. 很好的算法文章。详细地介绍了多种运动估计算法,对于初学者很有用。-A good algorithm for the article. Detailed information on a variety of motion estimation algorithms is useful for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:671784
    • 提供者:姚劲草
  1. shipinyasuozhongdeyundonggujisuanfa

    0下载:
  2. 视频压缩中的运动估计算法,希望能对学习这方面的有所帮助!-Motion estimation in video compression algorithms, hoping to learn this help!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:455352
    • 提供者:堂号
  1. 运动估计

    0下载:
  2. 运动估计算法去提取动态背景的前景信息,效果不是很好(Motion estimation algorithm to extract the foreground information of the dynamic background, the effect is not very good)
  3. 所属分类:图形图像处理

  1. sport

    0下载:
  2. 一种改进的运动估计算法,使用 准十字菱形搜索算法(An improved motion estimation algorithm, using quasi-cross diamond search algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:白帝
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com